home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
101-125
/
scopedisk112
/
conman
/
dropdemo
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-19
|
289 b
|
18 lines
; Script to demonstrate "dropbuf"
; Can you predict the outcome?
; First, we queue a few
queue echo line1
queue echo line2
; Try a drop
dropbuf
; Now for a push
push echo line3
push echo line4
; Finish up with a couple of queues
queue echo line5
queue echo "So did you guess right?"